home *** CD-ROM | disk | FTP | other *** search
- **************************************************
-
- Documentation for help.tked
-
- **************************************************
-
- help.tked is an AREXX-script which reads the current word in a text and
- looks in a file for a help text. If such a text was found it is displayed
- in a workbench-window. (Very nice for things like includes and autodocs).
-
- Installation:
- Copy help.tked to your REXX: directory
- Select menu 'User->Set Menu-><number> and insert as command
- help.tked <filename>
- <number> specifies the number of the menu (1-10) and <filename> the
- path and the name of the file with the help-information.
-
- Usage:
- Move the cursor to any character of a word select the menu and
- the helptext (if found) will be display
-
- Syntax of the help-file:
- - The helpfiles are normal ASCII-text
- - One line bevore the keyword must be a line with *** or with * (nothing
- else)
- - *** is the beginning of a helptext
- - * stands for logical 'OR' to separate different keywords which have the
- same helptext.
-
- If you need an example look into 'Arexx.hlp' in the same directory.
- This should be enough information to create your own helpfiles.
-
- Programmer:
- Christoph Kirsch
- Holstenhofweg 85
- 2000 Hamburg 70
-
-
-